projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9eb48cc
)
(syms_of_xdisp): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 12 Oct 1995 15:44:45 +0000
(15:44 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 12 Oct 1995 15:44:45 +0000
(15:44 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index c47f3087335bac72b7725af6444aec15ff07dab6..0978787947d83a5c7e5dc4ca9ff111dc00285b36 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-4291,7
+4291,8
@@
all the functions in the list are called, with the frame as argument.");
DEFVAR_LISP ("window-scroll-functions", &Vwindow_scroll_functions,
"List of Functions to call before redisplaying a window with scrolling.\n\
Each function is called with two arguments, the window\n\
-and its new display-start position.");
+and its new display-start position. Note that the value of `window-end'\n\
+is not valid when these functions are called.");
Vwindow_scroll_functions = Qnil;
}